Function pointer type used for keybinding callbacks, with userdata for passing context * * You should return @c TRUE to indicate handling the callback. (Occasionally, if the keybinding * cannot apply in the current situation, it is useful to return @c FALSE to allow a later keybinding * with the same key combination to handle it). * * @since 1.26 (API 226)
Function pointer type used for keybinding callbacks.
Function pointer type used for keybinding group callbacks. * * You should return @c TRUE to indicate handling the callback. (Occasionally, if the keybinding * cannot apply in the current situation, it is useful to return @c FALSE to allow a later keybinding * with the same key combination to handle it).
Keybinding command IDs for use with keybindings_send_command().
Keybinding group IDs for use with keybindings_send_command().
Represents a single keybinding action. * * Use keybindings_set_item() to set.